auto merge of #257 : alexcrichton/cargo/ld-lib-path, r=wycats
authorbors <bors@rust-lang.org>
Thu, 24 Jul 2014 19:44:41 +0000 (19:44 +0000)
committerbors <bors@rust-lang.org>
Thu, 24 Jul 2014 19:44:41 +0000 (19:44 +0000)
At runtime rustc will dlopen() plugins, and if plugins have dynamic dependencies
they're likely to be in target/deps, so we need to make sure that directory is
in the right search path.


Trivial merge